Spread Windows Forms 12.0 Product Documentation
NamedObjectCollection<T> Class
Members 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : NamedObjectCollection<T> Class
Represents the strongly typed INamedObject object collection.
Object Model
NamedObjectCollection<T> Class
Syntax
'Declaration
 
Public Class NamedObjectCollection(Of T As INamedObject) 
   Inherits System.Collections.ObjectModel.Collection(Of T)
'Usage
 
Dim instance As NamedObjectCollection(Of T)
public class NamedObjectCollection<T> : System.Collections.ObjectModel.Collection<T> 
where T: INamedObject
Type Parameters
T
Remarks
Provides methods and properties to search, and access to items using the Name property of the INamedObject object.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      FarPoint.Win.Spread.NamedObjectCollection<T>
         FarPoint.Win.Spread.ValidateActionCollection

See Also

Reference

NamedObjectCollection<T> Members
FarPoint.Win.Spread Namespace